CodingGita HTML Quiz
Answer the following 10 questions. Select only one option for each question and submit your answers.
Q1: What does HTML stand for?
HyperText Markup Language
HighText Machine Language
Hyperlink and Text Markup Language
Home Tool Markup Language
Q2: Which tag is used to insert an image?
<link>
<img>
<src>
<image>
Q3: Which element is used to create a hyperlink?
<a>
<link>
<href>
<url>
Q4: Which tag is used for a line break?
<br>
<lb>
<break>
<line>
Q5: Which tag is used to display the largest heading?
<h1>
<h6>
<head>
<heading>
Q6: Which attribute is used to provide alternative text for an image?
title
alt
src
longdesc
Q7: Which HTML element is used to define a table row?
<td>
<tr>
<th>
<table>
Q8: Which tag is used to create an ordered list?
<ul>
<ol>
<list>
<dl>
Q9: Which attribute specifies the URL of the page a hyperlink goes to?
src
href
link
url
Q10: Which tag is used to create a dropdown list?
<input>
<select>
<option>
<dropdown>